Represents an email attachment.
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| id | long | ||
| emailItem | EmailItem | Get the emailItem this attachment belongs to | |
| fileHash | String | Get the hash for this files, Used to retrieve the file from the VFS | |
| fileName | String | Gets the file name | |
| contentType | String | Gets the files content type | |
| disposition | String | Gets the attachment disposition, e.g. INLINE, ATTACHMENT |
Hide comments